home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <effect label="Convolve1D">
-
- <description>
- Perform a 1D convolution with a custom kernel (per channel). Note that this effect is non-scalable.
- </description>
-
-
- <property name="FilterCoefficients1" type="float[]" default="0.2, 0.2, 0.2, 0.2, 0.2" label="Filter Coefficients 1">
- <comments>
- Filter coefficients for the channel 1.
- </comments>
- </property>
-
- <property name="FilterCoefficients2" type="float[]" default="0.2, 0.2, 0.2, 0.2, 0.2" label="Filter Coefficients 2">
- <comments>
- Filter coefficients for the channel 2
- </comments>
- </property>
-
- <property name="FilterCoefficients3" type="float[]" default="0.2, 0.2, 0.2, 0.2, 0.2" label="Filter Coefficients 3">
- <comments>
- Filter coefficients for the channel 3
- </comments>
- </property>
-
- <property name="FilterCoefficients4" type="float[]" default="0.2, 0.2, 0.2, 0.2, 0.2" label="Filter Coefficients 4">
- <comments>
- Filter coefficients for the channel 4 (alpha channel, see 'Alpha Mode' parameter)
- </comments>
- </property>
-
- <property name="FilterAnchor" type="int" default="2" label="Filter Anchor">
- <comments>
- Filter anchor, should be between 0 and the N-1, where N is the number of coefficients
- </comments>
- </property>
-
- <property name="FilterOrientation" type="int" default="0" label="Filter Orientation">
- <range min="0" max="1"/>
- <comments>
- 0 = filter rows
- 1 = filter columns
- </comments>
- </property>
-
- <property name="FilterAlphaMode" type="int" default="0" label="Filter Alpha Mode">
- <range min="0" max="2"/>
- <comments>
- 0 = Filter alpha channel if input image have transparency
- 1 = Always filter alpha channel
- 2 = Never filter alpha channel
- </comments>
- </property>
-
-
- <input index="0" name="Input"/>
-
- </effect>
-